home *** CD-ROM | disk | FTP | other *** search
/ Alde ADA 5 #1 / ADA CD-ROM - Alde Publishing.iso / cm / wist25.wid < prev    next >
Encoding:
Text File  |  1988-05-03  |  5.1 KB  |  105 lines

  1. --= WID = SIMTEL20 Ada Software Repository Item Description File = WID =--
  2. -- WIS TOOL NUMBER   : WIS_TOOL_25
  3. -- LOCATION          : ASR
  4. -- CATEGORY LEVEL 1  : PROGRAMMING TOOLS
  5. -- CATEGORY LEVEL 2  : CREATE COMPILATION ORDER
  6. -- CATEGORY LEVEL 3  : 
  7. -- CATEGORY LEVEL 4  : 
  8. -- INDEX             : CREATE_TB
  9. -- INDEX             : Table Builder
  10. -- INDEX             : Builder, Table
  11. -- INDEX             : Text Formatter
  12. -- INDEX             : Formatter, Text
  13. -- INDEX             : Automatic Compilation
  14. -- INDEX             : Compilation, Automatic
  15. -- INDEX             : Compilation Order
  16. -- INDEX             : Order, Compilation
  17. -- INDEX             : Configuration Management
  18. -- INDEX             : Management, Configuration
  19. -- INDEX             : Dependency Graph
  20. -- INDEX             : Graph, Dependency
  21. -- INDEX             : CONSTRCT
  22. -- TAXONOMY          : !Design, Implementation and Test!Design and Analysis!Create Compilation Order/Table Builder
  23. -- DEPENDENCIES      : 
  24. -- SEE ALSO          : 
  25. --= ABSTRACT             ===============================================--
  26. --  1. TOOL NAME        : Automatic Recompilation Tool
  27. --  2. TOOL NUMBER      :  25-1
  28. -- 
  29. --  3. CONTRACTOR       :
  30. --  3a      CONTRACT #   :  N/A
  31. --  3b      NAME         :  MITRE Corp.
  32. --  3c      LOCATION     :  1820 Dolley Madison Blvd., McLean, Va.
  33. --  3d      POC          :
  34. -- 
  35. --  4. TOOL DESCRIPTION : There are two programs, Construct and Create_CO.
  36. --          For any set of related project files, Construct executes
  37. --          only the commands necessary to update the project to reflect
  38. --          recent changes.  If the project files are Ada source, Create_CO
  39. --          should be run before running Construct.  Create_CO creates
  40. --          a file containing a description of the dependencies among
  41. --          the project files (in a pre-defined syntax that is expected
  42. --          by Construct).  Each dependency is followed by the command
  43. --          language commands that cause the dependency to exist.  When
  44. --          the project files are not Ada source, the file describing
  45. --          the dependencies must be created manually.
  46. -- 
  47. --  5. SCHEDULE         :
  48. --  5a      PDR/CDR     :
  49. --  5b      DELIVERY    :  Available
  50. --  5c      DISTRIBUTION : SIMTEL20
  51. --  
  52. --  6. CHARACTERISTICS  :
  53. --  6a      DEVELOPMENT APPROACH :  Designed and implemented in Ada
  54. --  6b      HOST MACHINE     :  Intellimac 7000m, (Vax, Wicat --see comments)
  55. --  6c      OPERATING SYSTEM :  Unix, (VMS, ROS --see comments)
  56. --  6d      COMPILER         :  Telesoft 1.3 (unvalidated)
  57. --  6e      DEPENDENCIES     :  Documented in Rehost Section of User's Manual
  58. --  6f      NUMBER OF STATEMENTS :
  59. -- 
  60. --  7. DOCUMENTATION    :  User's Manual
  61. --  8. PORTABILITY      :  Has been ported to Vax and Wicat --see comments
  62. -- 
  63. --  9. WIS USE          :
  64. --  9a FOUNDATION AREA  : Design and Analysis
  65. --  9b WIS USE AREA     : Design, Implementation and Test
  66. -- 10. COMMENTS         :
  67. --          Construct and Create_CO were developed on the Intellimac 7000M
  68. --          running Unix.   They were ported to a VMS/VAX and ROS/Wicat.
  69. --          Construct and Create_CO were written for use on large development
  70. --          projects, so on a system like a Wicat, they operate largely
  71. --          like a control file.  This is a consequence of ROS which only 
  72. --          maintains a day created stamp on files instead of a time last
  73. --          edited stamp.  Also, on the  Vax, additional code is required to
  74. --          achieve full functionality of Construct and Create_CO.  A
  75. --          description of the required additional code is documented
  76. --          in the User's Manual.
  77. -- 11. LAST CHANGE TO DATA : 13 November 1985.
  78. --= FILE LISTING         ===============================================--
  79. -- FILE SPECS        : PD:<ADA.TOOLS>CREA*.*
  80. -- FILE SPECS        : PD:<ADA.TOOLS>CONS*.*
  81. -- DIRECTORY DISPLAY :
  82. -- Directory   PD:<ADA.TOOLS>
  83. --      File Name     Byte Count  Line Count
  84. --   ---------------  ----------  ----------
  85. --   CREATETB.DOC           4387          97
  86. --   CREATETB.PRO           4545          98
  87. --   CREATETB.SRC          48345        1549
  88. --   CONSTRCT.CMM            572          29
  89. --   CONSTRCT.DOC          31539        1584
  90. --   CONSTRCT.PRO           4205          87
  91. --   CONSTRCT.SRC         147191        4148
  92. --   ===============  ==========  ==========
  93. --     7 Files            240784        7592
  94. --= DISCLAIMER           ===============================================--
  95. --     This software and its documentation are provided "AS IS" and
  96. -- without any expressed or implied warranties whatsoever.  No warranties
  97. -- as to performance, merchantability, or fitness for a particular
  98. -- purpose exist.
  99. --     The user is advised to test the software thoroughly before
  100. -- relying on it.  The user must assume the entire risk and liability of
  101. -- using this software.  In no event shall any person or organization of
  102. -- people be held responsible for any direct, indirect, consequential or
  103. -- inconsequential damages or lost profits.
  104. --======================================================================--
  105.